Skip Navigation Links.

H5Memory..::..GetElement<(Of <(<'Type>)>)> Method ()

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
<CLSCompliantAttribute(False)> _
Public Function GetElement(Of Type) ( _
	index As UIntPtr _
) As Type
C#
[CLSCompliantAttribute(false)]
public Type GetElement<Type>(
	UIntPtr index
)
Visual C++
[CLSCompliantAttribute(false)]
public:
generic<typename Type>
Type GetElement(
	UIntPtr index
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

index
Type: UIntPtr

Type Parameters

Type

See Also